home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Genie
/
Projects
/
A-line
/
Scripts
/
BaseName
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-06-24
|
168 b
|
9 lines
#!perl -w
# Special MPW glue
undef;
# BaseName
# Pass each argument through a filter and print it.
print join(' ', map { s/^(?:.*:)?(.+?):?$/$1/; $_; } @ARGV), "\n";